From: Amir E. Aharoni Date: Sat, 6 Sep 2014 12:12:33 +0000 (+0300) Subject: Set AdminEmail field in the installer to explicit ltr X-Git-Tag: 1.31.0-rc.0~13575 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=5950ac2cef80cd69306458672adb4755fab60e98;p=lhc%2Fweb%2Fwiklou.git Set AdminEmail field in the installer to explicit ltr Email addresses are usually left-to-right. Change-Id: Iaf2320a17d62ad6c950cf83cc74b2cc020cbb9cb --- diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 2e31e41301..b2b0a69124 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -796,6 +796,9 @@ class WebInstallerName extends WebInstallerPage { ) ) . $this->parent->getTextBox( array( 'var' => '_AdminEmail', + 'attribs' => array( + 'dir' => 'ltr', + ), 'label' => 'config-admin-email', 'help' => $this->parent->getHelpBox( 'config-admin-email-help' ) ) ) .